runtime.mspan.refillAllocCache (method)

5 uses

	runtime (current package)
		mbitmap.go#L120: func (s *mspan) refillAllocCache(whichByte uintptr) {
		mbitmap.go#L160: 		s.refillAllocCache(whichByte)
		mbitmap.go#L182: 		s.refillAllocCache(whichByte)
		mcentral.go#L183: 	s.refillAllocCache(whichByte)
		mgcsweep.go#L677: 	s.refillAllocCache(0)